-
Notifications
You must be signed in to change notification settings - Fork 172
[12.0-stable] Avoid nil dereference in baseosmgr #4577
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[12.0-stable] Avoid nil dereference in baseosmgr #4577
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@rucoder , could you please rebase your PR so it can get the fixes for Eden tests? |
34117f1
to
2edf69c
Compare
@rene "pull rate limit" :) |
Trying it again.... |
@yash-zededa, it looks like the artifact action still fails in 12.0 :( |
#4584 - this PR should fix it. |
Please rebase this once #4584 has been merged |
@rucoder , rebase on the latest 12.0-stable, please =) |
- avoid nil dereference Signed-off-by: Mikhail Malyshev <mike.malyshev@gmail.com> (cherry picked from commit 6bac1ef)
2edf69c
to
93f6166
Compare
Rebased on top of the latest 12.0-stable |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## 12.0-stable #4577 +/- ##
============================================
Coverage 17.51% 17.51%
============================================
Files 3 3
Lines 805 805
============================================
Hits 141 141
Misses 629 629
Partials 35 35 ☔ View full report in Codecov by Sentry. |
Approved to trigger the eden tests. |
@yash-zededa, it looks like it does not work again... We have to fix it soon, as we need a new 12.0-stable release soon... |
The issue seems to be with the network. Re-ran the jobs..
|
@yash-zededa, and what about this one?
Is it kind of expected?... |
I think so yes. The actual issue seems to be
|
Signed-off-by: Mikhail Malyshev mike.malyshev@gmail.com
(cherry picked from commit 6bac1ef)
backport #4563